home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 03 - 1987 / 03.07 Jul 87 / bit map source / drag.make < prev    next >
Encoding:
Text File  |  1987-04-03  |  423 b   |  19 lines  |  [TEXT/MPS ]

  1. PLibs =    "{Libraries}"Interface.o ∂
  2.         "{PLibraries}"PasLib.o ∂
  3.         "{Libraries}"Runtime.o #∂
  4. #        "{PLibraries}"SANELib.o ∂
  5. #        "{Libraries}"ToolLibs.o
  6.  
  7. OurUnits =    "UDrag.p.o"
  8.  
  9. DragParts = Drag.p.o
  10.                 
  11. .p.o ƒ .p
  12.     echo Compiling "{Default}".p...
  13.     pascal -k "{Pinterfaces}" -i "{HaxStuff}toolbox:" "{Default}".p
  14.  
  15. drag ƒ {OurUnits} {dragParts} 
  16.     echo Linking...
  17.     Link {DragParts} {OurUnits} {PLibs} ∂
  18.         -c "MPS " -t "MPST" -o drag
  19.